OLE Client - vertaling naar Engels
Diclib.com
Online Woordenboek

OLE Client - vertaling naar Engels

INTER-PROCESS COMMUNICATION MECHANISM DEVELOPED BY MICROSOFT
ActiveX Automation; COM Automation; OLE automation; OLE automation client; OLE automation controller; OLE automation server; COM automation; ActiveX automation; Activex automation; OLE client

OLE client         
OLE Client, ein Client zur Objektebindung und -einbau, eine Applikation die Informationen in Form von Objekten bekommen kann
client application         
  • alt=
  • A thin client computer
PIECE OF SOFTWARE ACCESSING A SERVER SERVICE
Client (Computing); Internet Clients; Client software; Client Application; Client application; Client Program; Client Software; Client program; Client computer; Client machine; Fat protocol; Software client; Client (software); Executable client; Client (Internet game); Clients (computing)
Klient zur Objektebindung und -einbau, eine Applikation die Informationen in Form von Objekten bekommen kann
client server         
  • A computer network diagram of clients communicating with a server via the Internet
DISTRIBUTED APPLICATION STRUCTURE IN COMPUTING
Client/server; Client server; Client-Server; Client-server architecture; Client-server model; Client-server protocol; Client/Server Architecture; 2-tier architecture; Client-Side; Client-Server Architecture; Client/server architecture; Client/server environment; Client/server network; Client/server protocol; Client-server system; Server-client model; Client-server computing; Server-client architecture; 2-tier; Client/server principle; Client-server programming; Client/server computing; Client server architecture; Benefits of client server computing; Client-server; Client–server architecture; Client–server; Server–client architecture; Client server communication; Client–server computing; Client-Server Model
Client-Server, Benutzerhilfe (Computereinheit die die Anwendung unterschiedlicher Programme ermöglicht)

Wikipedia

OLE Automation

In Microsoft Windows applications programming, OLE Automation (later renamed to simply Automation) is an inter-process communication mechanism created by Microsoft. It is based on a subset of Component Object Model (COM) that was intended for use by scripting languages – originally Visual Basic – but now is used by several languages on Windows. All automation objects are required to implement the IDispatch interface. It provides an infrastructure whereby applications called automation controllers can access and manipulate (i.e. set properties of or call methods on) shared automation objects that are exported by other applications. It supersedes Dynamic Data Exchange (DDE), an older mechanism for applications to control one another. As with DDE, in OLE Automation the automation controller is the "client" and the application exporting the automation objects is the "server".

Contrary to its name, automation objects do not necessarily use Microsoft OLE, although some Automation objects can be used in OLE environments. The confusion has its roots in Microsoft's earlier definition of OLE, which was previously more or less a synonym of COM.